home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pinstaller / fe / gtk / README < prev    next >
Text File  |  2005-01-03  |  581b  |  15 lines

  1. To run this program, you need:
  2.  
  3. >=dev-python/pygtk-2.4 (stable in tree)
  4. sys-apps/parted (1.6.15 is stable, 1.6.20 is ~x86)
  5. dev-python/pyparted (1.6.6 is stable, 1.6.9 is ~x86)
  6.  
  7. When running this program, you need to do the following:
  8.  
  9. export PYTHONPATH="$PYTHONPATH:../.."
  10.  
  11. You only need to do this once when you open up a new shell, xterm, etc. You
  12. can then run this program normally. Because of the code that reads the existing
  13. partition table, gtkfe.py must be run as root. This isn't an issue during an
  14. install but can be a real pain when coding/testing. I'll try to fix this.
  15.